/* Base Styles from original */
@import url('chk.css');

/* Enhanced Styles for 50+ Female Audience - BurnSlim Edition */

.trust-badges-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.trust-badge-item {
    text-align: center;
    font-size: 12px;
    color: #555;
}

.trust-badge-item img {
    height: 40px;
    margin-bottom: 5px;
}

.testimonial-box {
    background: #f0f7ff;
    border-left: 4px solid #007bff;
    padding: 15px;
    margin: 20px 0;
    font-style: italic;
    text-align: left;
}

.testimonial-author {
    font-weight: bold;
    font-style: normal;
    display: block;
    margin-top: 5px;
    color: #333;
}

.urgency-timer {
    background: #fff3cd;
    color: #856404;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    border: 1px solid #ffeeba;
}

.benefit-list {
    text-align: left;
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.benefit-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.benefit-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 20px;
}

.guarantee-section {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.guarantee-section img {
    width: 80px;
    margin-right: 15px;
}

.guarantee-text {
    font-size: 13px;
    text-align: left;
}

.guarantee-text h6 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #2c3e50;
}

.btn-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

.best-value-badge {
    background: #d4af37;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.renaming-notice {
    font-size: 11px;
    color: #666;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px dashed #ccc;
}
